projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
894a0c0
)
Bump the pango requirement
author
Matthias Clasen
<mclasen@redhat.com>
Wed, 3 Jan 2018 18:06:28 +0000
(13:06 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Wed, 3 Jan 2018 18:06:28 +0000
(13:06 -0500)
We want to use the new font variation api in pango 1.41.
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 29d041599e0c05e9551aafb1d62037f3d82ecaa1..64c73e4a0148d41a71546ba04acc972942e1f056 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-27,7
+27,7
@@
else
endif
glib_req = '>= @0@.@1@.@2@'.format(glib_major_req, glib_minor_req, glib_micro_req)
-pango_req = '>= 1.
37.3
'
+pango_req = '>= 1.
41.0
'
atk_req = '>= 2.15.1'
cairo_req = '>= 1.14.0'
gdk_pixbuf_req = '>= 2.30.0'